net/http.http2clientStream.ctx (field)

6 uses

	net/http (current package)
		h2_bundle.go#L7864: 	ctx       context.Context
		h2_bundle.go#L8774: 		ctx:                  ctx,
		h2_bundle.go#L8916: 	ctx := cs.ctx
		h2_bundle.go#L9064: 	ctx := cs.ctx
		h2_bundle.go#L9458: 	ctx := cs.ctx
		h2_bundle.go#L10312: 	case <-cs.ctx.Done():